==============
IMPORTANT NOTE
==============

Sometimes the instance of RTBCompose on Form1 "loses" its DataField
property setting.  Sometimes this occurs even within the IDE, but
most often when compiling to EXE.

Make sure to check (or add) the value of Form1.rtbcMemo = "Memo" in
the IDE.  Then save and exit the IDE.  Then compile by right-click,
Make on Project1.vbp in Explorer.  That almost always works.

As far as I can tell this is a problem in VB6 with databound
UserControls, which don't seem to be fully or directly supported.
This was observed in VB6 SP6 (6.0.9782) but it might occur on any
build.

Or it could be a bug in RTBCompose I haven't found yet.  Or more
likely it comes from trying to use a DataGrid linked via its
DataSource Recordset as an alternative to a DataControl.

You shouldn't have this sort of problem if you are just using a
databound RichTextBox on the Form itself.


============
SPECIAL NOTE
============

The version here is dumbed down to Jet 3.x so it loses things like
row-level locking.  A performance hit but it doesn't matter for
this demo.
